func github.com/jackc/pgx/v5.beginFuncExec

3 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L404: 	return beginFuncExec(ctx, tx, fn)
		tx.go#L424: 	return beginFuncExec(ctx, tx, fn)
		tx.go#L427: func beginFuncExec(ctx context.Context, tx Tx, fn func(Tx) error) (err error) {